Q3SpotLight_SetData
You can use theQ3SpotLight_SetData
function to set the data that defines a spot light.
TQ3Status Q3SpotLight_SetData ( TQ3LightObject light, const TQ3SpotLightData *spotLightData);
light
- A spot light object.
spotLightData
- A pointer to a spot light data structure.
DESCRIPTION
TheQ3SpotLight_SetData
function sets the data associated with the spot light specified by thelight
parameter to the data specified by thespotLightData
parameter.